home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
Dev
/
GCC
/
GNU
/
lib
/
g++-include
/
gen
/
Queue.ccP
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-31
|
196 b
|
15 lines
#ifdef __GNUG__
#pragma implementation
#endif
#include "<T>.Queue.h"
<T>Queue::~<T>Queue() {}
// error handling
void <T>Queue::error(const char* msg)
{
(*lib_error_handler)("Queue", msg);
}